(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
void GT_EndRefresh()
SYNOPSIS
struct Window * win
BOOL complete

LOCATION
In GadToolsBase at offset 16
FUNCTION
GT_EndRefresh() must be called, when a refresh initiated with GT_BeginRefresh() is done.

INPUTS
win
the refreshed window
complete
TRUE, if refreshing is finished
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
GT _BeginRefresh(), intuition.library/EndRefresh()
INTERNALS
HISTORY
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision